ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

html, body {
    height: 100%;
}

.track-home {
    height: 100%;
    position: relative;
}

.home-header {
    height: 80px;
    background: -webkit-linear-gradient(left, rgba(0, 140, 215, 0.5), rgba(33, 183, 197, 0.5));
    background: -moz-linear-gradient(left, rgba(0, 140, 215, 0.9), rgba(33, 183, 197, 0.9));
    background: -o-linear-gradient(left, rgba(0, 140, 215, 0.9), rgba(33, 183, 197, 0.9));    /**IE**/
    background: -ms-linear-gradient(left, rgba(0, 140, 215, 0.9) 0%, rgba(33, 183, 197, 0.9) 100%);
    background: linear-gradient(left right, rgba(0, 140, 215, 0.9) 0%, rgba(33, 183, 197, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C9BD9', endColorstr='#21B7C5', GradientType=1);
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
}

.home-main {
    background: url(../imgs/home-bg.jpg)no-repeat center, -webkit-linear-gradient(left, rgb(0, 140, 215), rgb(33, 183, 197));
    background: url(../imgs/home-bg.jpg)no-repeat center, -moz-linear-gradient(left, rgb(0, 140, 215), rgb(33, 183, 197));
    background: url(../imgs/home-bg.jpg)no-repeat center, -o-linear-gradient(left, rgb(0, 140, 215), rgb(33, 183, 197));
    background: url(../imgs/home-bg.jpg)no-repeat center, -webkit-gradient(left, rgb(0, 140, 215), rgb(33, 183, 197));    /**IE**/
    background: url(../imgs/home-bg.jpg)no-repeat center, -ms-linear-gradient(left, rgb(0, 140, 215) 0%, rgb(33, 183, 197) 100%);
    background: url(../imgs/home-bg.jpg)no-repeat center, linear-gradient(left right, rgb(0, 140, 215) 0%, rgb(33, 183, 197) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C9BD9', endColorstr='#21B7C5', GradientType=1);
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
}

.home-footer {
    height: 100px;
    background: -webkit-linear-gradient(top, #414f5e, #2c344e);
    background: -moz-linear-gradient(top, #414f5e, #2c344e);
    background: -o-linear-gradient(top, #414f5e, #2c344e);    /**IE**/
    background: -ms-linear-gradient(top, #414f5e 0%, #2c344e 100%);
    background: linear-gradient(top bottom, #414f5e 0%, #2c344e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414f5e', endColorstr='#2c344e', GradientType=0);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.home-ul {
    margin-top: 12px;
}

.home-ul li {
    float: left;
    padding: 0 16px;
    font-size: 16px;
}

.home-ul li a {
    color: #fff;
}

.home-ul li a:hover {
}

.home-logo {
    float: left;
}

.home-title {
    float: left;
    margin-left: 20px;
}

.home-title span {
    display: block;
    color: #fff;
    font-size: 22px;
}

.home-title span .sub {
    color: #e2e2e2;
}

.first-title {
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}

.search-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
}

.home-search {
    margin: 0 auto;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px;
}

.search-div {
    border: #FFAE06 2px solid;
    height: 300px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.btn-search {
    background: -webkit-linear-gradient(top, #FFAE06, #ff9c09);
    margin-top: 10px;
}

.home-search button {
    background: -webkit-linear-gradient(top, #FFAE00, #ff9c00);
    background: -moz-linear-gradient(top, #FFAE00, #ff9c00);
    background: -o-linear-gradient(top, #FFAE00, #ff9c00);       /**IE**/
    background: -ms-linear-gradient(top, #FFAE00 0%, #ff9c00 100%);
    background: linear-gradient(top bottom, #FFAE00 0%, #ff9c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAE00', endColorstr='#ff9c00', GradientType=0);
    height: 44px;
    border-radius: 4px;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 18px;
}

.CodeMirror {
    height: 256px;
    border-bottom: 1px solid #eaeaea;
}

.CodeMirror-code > div:nth-child(odd) {
    background: #fff;
    color: #666;
}

.CodeMirror-code > div:nth-child(even) {
    background: #F3F8F8;
    color: #666;
}

.search-div .CodeMirror-sizer {
    margin-left: 0 !important;
}

.search-div .CodeMirror-line {
    padding-left: 34px !important;
    margin-left: 0;
    padding-left: 34px;
    font-size: 13px;
    font-family: Courier New, sans-serif;
    text-transform: uppercase;
}

.search-div .CodeMirror-gutters {
    background: transparent;
    border: none;
}

.CodeMirror-code {
    padding-right: 0px;
}

.opeate {
    background: #fff;
    border-radius: 0 0 2px 2px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #666;
    margin-top: -1px;
}

.opeate-col1 {
    float: left;
    cursor: pointer;
}

.opeate-col2 {
    float: right;
}

.opeate-col2 span {
    color: #ff9c00;
    font-weight: bold;
    font-size: 20px;
}

.home-search button i {
    font-size: 24px;
}

.three-a {
    display: block;
    margin: 13px auto 0 auto;
    width: 100px;
}

.three-a:hover i, .three-a:hover span {
    color: #019fe8;
}

.three-a i {
    color: #999;
    font-size: 40px;
}

.three-a span {
    display: block;
    color: #d2d2d2;
}

.contact-row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-col1 {
    float: left;
}

.contact-col2 {
    float: left;
    color: #777;
}

.contact-col2 a {
    color: #777;
}

.contact-col1 i {
    font-size: 20px;
    padding-right: 10px;
    color: #666;
}

.track-contact {
    padding: 40px 0;
}

.track-h4 {
    margin-bottom: 20px;
    color: #019fe8;
}

.address-detail {
    margin: -12px 0 10px 30px;
    color: #999;
}

.partner-col {
    float: left;
    width: 120px;
    height: 55px;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
    background: #fff;
}

.partner-col img {
    width: 100%;
    height: 100%;
}

.contact-con {
    position: relative;
}

.contact-method {
    position: absolute;
    bottom: 4px;
    left: 160px;
}

.contact-method i {
    font-size: 44px;
    padding: 0 4px;
    color: #999;
}

.footer-copy {
    color: #666;
    font-size: 12px;
    margin: 40px 0 0 0;
}

.track-header {
    background: #2E2E2E;
    padding: 10px 0;
}

.help-banner {
    background: rgb(98, 206, 206) url(../imgs/help.jpg) no-repeat center;
    background: url(../imgs/help.jpg) no-repeat center, -webkit-linear-gradient(top, rgb(98, 206, 206), rgb(72, 172, 221));
    background: url(../imgs/help.jpg) no-repeat center, -moz-linear-gradient(top, rgb(98, 206, 206), rgb(72, 172, 221));
    background: url(../imgs/help.jpg) no-repeat center, -o-linear-gradient(top, rgb(98, 206, 206), rgb(72, 172, 221));        /**IE**/
    background: url(../imgs/help.jpg) no-repeat center, -ms-linear-gradient(top, rgb(98, 206, 206) 0%, rgb(72, 172, 221) 100%);
    background: url(../imgs/help.jpg) no-repeat center, linear-gradient(top bottom, rgb(98, 206, 206) 0%, rgb(72, 172, 221) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(98, 206, 206)', endColorstr='rgb(72, 172, 221)', GradientType=0);
    height: 100px;
}

.fixed-top {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
}

.scroll-container {
    background: #fff;
    position: relative;
}

.scroll-nav i {
    padding-right: 6px;
}

.floor-nav {
    height: 100%;
    width: 280px;
    text-align: center;
    z-index: 999;
    background: #DFEBED;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

.floor-nav.search {
    height: 100%;
    width: 280px;
    text-align: center;
    z-index: 999;
    background: #DFEBED;
    float: left;
    min-height: 700px;
    position: relative;
}

.scroll-nav {
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #999;
}

.scroll-nav.active {
    color: #333;
    background: #fff;
}

.scroll-floor {
    width: 80%;
    margin: 56px auto;
}

.scroll-floor h3 {
    text-align: center;
    line-height: 50px
}

.scroll-container .content {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    margin-left: 280px;
}

.scroll-container .content.search {
    margin-left: 0;
}

.floor-col {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}

.floor-col-border {
    width: 123px;
    height: 93px;
    text-align: center;
}

.floor-col span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.floor-title {
    margin: 30px 0 15px 0;
    border-left: 3px solid #019fe8;
    padding-left: 6px;
}

.floor-area {
    background: #f2f7f7;
    padding: 10px;
}

.area-ul {
    padding: 0;
    margin: 0;
}

.area-ul li {
    float: left;
    padding: 4px 10px;
    color: #888;
    width: 20%;
    display: flex;
    align-items: center;
    margin: 3px 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area-ul li.active, .area-ul li:hover {
    background: #E2EAEB;
    border-radius: 4px;
}

.area-ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 8px;
    margin-right: 4px;
}

.floor-col img {
    width: 123px;
    height: 80px;
}

.he_border1 {
    width: 90%;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #dfebed;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    height: 80px;
    border-radius: 4px;
}

.he_border1 .he_border1_img {
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1;
    overflow: hidden;
    max-width: 100%;
}

.floor-col-border2 {
    width: 90%;
    text-align: center;
    border: 1px solid #dfebed;
    border-radius: 4px;
}

.track-footer {
    background: #2E2E2E;
    padding: 30px 0;
}

.opeate-col1:hover {
    color: #ff9c00;
    cursor: pointer;
}

.search-total {
    padding: 12px 0 12px 12px;
    text-align: left;
    position: relative;
    color: #000;
}

.search-total .total-success {
    margin-right: 10px;
}

.search-total .total-success span {
    color: #15b1bf;
    font-size: 18px;
    padding-right: 4px;
}

.search-total .total-error span {
    color: red;
    font-size: 16px;
    padding-right: 4px;
}

.result-title {
    color: #fff;
    font-size: 20px;
    padding: 4px 0 6px 4px;
    text-align: left;
    position: relative;
}

.result-title i {
    font-size: 30px;
    padding-right: 4px;
}

.result-row i.icon-guanbi {
    font-size: 14px;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: rgba(10, 10, 10, 0.15);
    padding-left: 3px;
}

i.icon-guanbi:hover {
    transform: rotateZ(90deg);
    transition: all 0.3s;
}

.result-content {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0;
}

.result-order {
    font-size: 12px;
    color: #666;
}

.result-order span {
    font-size: 14px;
    color: #333;
}

.result-date {
    font-size: 12px;
    color: #666;
}

.result-country {
    margin: 6px 0;
}

.result-country span {
    display: inline-block;
    background: #44bbc6;
    color: #fff;
    padding: 0 4px;
}

.result-text {
    margin-bottom: 6px;
}

.result-title.info {
    background: #44bbc6;
}

.result-title.error {
    background: #ee5f18;
}

.result-title.success {
    background: #29aa35;
}

.result-text.error {
    color: #ee5f18;
}

.result-text.success {
    color: #29aa35;
}

.zhedie {
    position: relative;
    right: 12px;
    top: 13px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    text-align: right;
}

i.icon-cloud-hourglass {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.zhedie:hover {
    color: #019fe8;
}

.zhedie:hover i.icon-cloud-hourglass {
    transform: rotateZ(90deg);
    transition: all 0.3s;
}

.result-row {
    cursor: pointer;
    border-bottom: 1px solid #dfebed;
}

.rotateZ {
    transform: rotateZ(90deg);
    transition: all 0.3s;
}

.zhedie:hover i.icon-cloud-hourglass.rotateZ {
    transform: rotateZ(180deg);
    transition: all 0.3s;
}

.result-row.active, .result-row.active .result-title.info, .result-row.active .result-title.error, .result-row.active .result-title.success {
    background: #fff;
}

.result-row.active .result-title.info {
    color: #44bbc6;
}

.result-row.active .result-title.error {
    color: #ee5f18;
}

.result-row.active .result-title.success {
    color: #29aa35;
}

.result-row.active .result-title .icon-guanbi {
    color: #fff;
}

.order-info i {
    font-size: 36px;
    color: #BAC4CE;
}

.cusom-info {
    font-size: 14px;
    color: #666;
}

.cusom-info .span1 {
    font-size: 16px;
    color: #333;
    margin-right: 30px;
}

.cusom-info .span2 {
    color: #019fe8;
    font-size: 16px;
}

.order-info {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 26px;
}

.country-col {
    display: inline-block;
}

.country-row1 {
    font-size: 20px;
    background: #D6E6E8;
    padding: 14px 30px;
}

.country-row1 img {
    width: 80px;
    margin-right: 14px;
}

.country-row2 {
    background: #4A5867;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 6px 0;
}

.track-container {
    margin: 40px auto;
}

.status-list {
    margin: 0;
    padding: 0;
    margin-left: 12px;
    margin-top: -9px;
    padding-left: 10px;
    list-style: none;
    font-size: 12px;
}

.status-list li {
    margin-bottom: -2px;
}

.status-list li {
    height: auto;
    border-left: 1px solid #d9d9d9;
    padding: 10px 0;
}

.status-list .date {
    font-weight: 700;
    margin-right: 8px;
    font-family: Arial;
    width: 78px;
}

.status-list .time {
    margin-right: 28px;
    margin-left: 5px;
    width: 48px;
}

.status-list .text {
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.3em;
    margin-left: 0;
    position: absolute;
}

.date.none {
    visibility: hidden;
}

.status-list li:before {
    content: '';    /* border: 3px solid #f3f3f3; */
    background-color: #d9d9d9;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    margin-left: -4px;
    margin-right: 10px;
    border-radius: 100%;
}

.status-list .latest:before {
    background-color: #fe4300;
    border-color: #f8e9e4;
}

.track-detail {
    margin: 20px 0;
}

.track-detail h4 {
    padding: 16px 0;
}

.track-detail h4 i {
    font-size: 20px;
    color: #BAC4CE;
}

.delLi {
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 99;
}

.delLi li {
}

.delLi li i {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding-left: 3px;
    font-size: 14px;
    border-radius: 100%;
    color: rgba(10, 10, 10, 0.5);
}

.CodeMirror-lines {
    line-height: 32px;
}

.search-contaier {
    background: #000;
    height: 40px;
    border-radius: 4px;
    color: #666;
    padding: 0 10px;
    position: relative;
    display: flex;
}

.search-contaier i {
    font-size: 24px;
    font-weight: bold;
    margin-right: 4px;
}

.search-contaier input {
    height: 36px;
    width: 344px;
    background: #000;
    border: none;
    color: #999;
    flex: 1;
}

input, input:hover {
    outline: none;
}

.track-country {
    display: flex;
    align-items: center;
}

.country-col2 {
    display: inline-block;
    padding: 0 20px;
}

.country-col2 i {
    font-size: 40px;
    color: #019fe8;
}

.home-search.search2 {
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    left: 0;
    right: 0;
    z-index: 4;
    display: none;
    top: 42px;
}

.opeate-col1 i {
    font-size: 16px;
}

.search-head-input.search-input.search-contaier {
 	color:white;
 }

.iconfont.icon-search {
	color:white;
}

/*滑块验证的样式*/
#slider {
    margin: auto;
    width: 300px;
    height: 40px;
    position: relative;
    background-color: #dae2d0;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7AC23C;
    z-index: 1;
}

#label {
    width: 46px;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #787878;
    line-height: 38px;
    text-align: center;
    z-index: 2;
}

.change-btn {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));       /**IE**/
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    background: linear-gradient(top bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    height: 36px;
    border-radius: 18px;
    border: none;
    color: #fff;
    margin-left: 15px;
    font-size: 15px;
}

a.change-btn { 
	color:#fff!important;
}

.home-translate {
	height: 65%;
	width: 15px;
}